auto merge of #113 : rust-lang/cargo/dev-deps, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 3 Jul 2014 21:51:32 +0000 (21:51 +0000)
committerbors <bors@rust-lang.org>
Thu, 3 Jul 2014 21:51:32 +0000 (21:51 +0000)
commita2080452c0b7784a487b486b63a1075f3ae0f2e1
tree98ee822da24cd705a123cb65b9e33d37b99ca53a
parent75959a440b8cc3a446e297440e38aabc7e905c70
parent9cbb91ac06252cb8136516f192abac14a2286ebe
auto merge of #113 : rust-lang/cargo/dev-deps, r=alexcrichton

Development dependencies are included when building or testing the current package, but not packages that depend on it:

```toml
[dev-dependencies.hamcrest]

git = "https://github.com/carllerche/hamcrest-rust.git"
```